home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄10⁄90 / 1719-Just add a menubar-Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  523 b   |  28 lines  |  [TEXT/GEOL]

  1. Item    5122673                         9-Aug-90        22:04PDT
  2.  
  3. From:   WILSON6                         Personal Concepts, Dave Wilson,PRT
  4.  
  5. To:     MULTER1                         Multer, David
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Just add a menubar
  10.  
  11. David,
  12.  
  13. Include the following code in your .r file so you will have the menus appear in
  14. the menu bar:
  15.  
  16. resource 'MBAR' (kMBarDisplayed,
  17. #if qNames
  18. "Monitors",
  19. #endif
  20.    purgeable) {
  21.    {mApple; mFile; mEdit}
  22. };
  23.  
  24. Good luck,
  25.  
  26. Dave
  27.  
  28.